dsh-plugin-message-edit:在 DeepSeek Harness 中编辑并重发最新用户消息

dsh-plugin-message-edit 是 ChisaAlter 开发的 DeepSeek Harness(DSH)Web 插件,旨在解决用户修改最新提交消息并基于此前上下文重新发起请求的需求。该插件在最新一条纯文本用户消息上提供编辑入口,点击后不会直接发送,而是通过在指定消息前分叉子会话(fork child session),将原始文本恢复至新会话的输入框供修改。源会话的历史记录及旧助手响应保持完全不变,确保新请求在干净的上下文中执行。 该插件仅支持文本消息编辑,且只能在聊天视图中使用;若消息包含图片或非文本块,或当前会话仍在运行中,则入口不可用。插件要求宿主提供特定的会话分叉和权

Read More
Add Branched Editing and Timeline to DeepSeek Harness Sessions with dsh-message-edit

`dsh-message-edit` is a DeepSeek Harness session and message plugin maintained by Moeblack. It uses event sourcing to enable branch-style message editing: it allows modifying finalized user texts, thought blocks and replies, and supports regeneration, arbitrary round retries and version timelines. Each operation creates a new session branch before the target round, while the original session is retained and can be switched back to; it does not rewrite history or roll back workspace files. The current npm version is 0.2.3, which requires a web profile. The directory page installation command is `dsh plugin add github:Moeblack/dsh-message-edit`.

Read More